home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / explver1.zip / EXPLVER1.TXT < prev    next >
Text File  |  1996-09-28  |  3KB  |  59 lines

  1. Exploding Walls v1.0 from The QuakeLab
  2.  
  3. The QuakeLab - http://www.in2nett.com/stevefu/QuakeLab
  4.  
  5.         TEXTURES:
  6.  
  7.         Any texture you need, use a decent, appropriately rough looking
  8.         'core' texture for the new edges of the walls after detonation.
  9.  
  10.         ENTITIES:
  11.  
  12.         FUNC_DOOR, TRIGGER_ONCE, TRAP_SPIKESHOOTER, MISC_EXPLOBOX
  13.  
  14.         WHAT TO DO:
  15.  
  16.         Make a room with a room adjoining it. The wall between these two
  17.         rooms will be turned into the explodable wall. Make a few copies of
  18.         this wall brush. Take the first of these identical wall brushes and
  19.         use another identical brush at an angle to do a bit of brush
  20.         subtraction. Take an uncut copy of the original brush, place it
  21.         exactly over the cut piece, select the cut piece, and subtract the
  22.         uncut piece from the cut piece. Do this over and over until you feel
  23.         your explodable wall has enough chunks. Select all these chunks and
  24.         move them back into the level to block passage from one room to the
  25.         next. Then, one at a time, designate each chunk (don't make too many)
  26.         a func_door and give it a targetname (same one for all chunks),
  27.         angle, speed of 500, and a wait of -1. Also ensure that the
  28.         door_dont_link flag is set for each chunk so that you don't get a
  29.         "cross connected doors" error when you try to run the level.
  30.  
  31.         To make it 'blow open' you have to create a trigger_once that is the
  32.         same size as the original wall brush, so that it fits nicely over
  33.         all the chunks that make up the wall. The trigger_once should target
  34.         the chunks targetname and it should have a health of 100 (for a
  35.         single rocket impact to set it off.) Make the trigger stick out a
  36.         few units from the wall surface. That's it.
  37.  
  38.         OPTIONS:
  39.  
  40.         If you want a bigger explosion and more noise, put several
  41.         misc_explobox entities (radioactive power boxes) in the room just
  42.         behind the door. Then put a trap_spikeshooter behind the boxes.
  43.         Make another trigger_once that perfectly overlaps the door's trigger
  44.         and give the new trigger a delay of 0.1. This trigger should target
  45.         the spikeshooter. Make sure the spikeshooter's angle is set to fire
  46.         at the boxes. Just after the door is triggered, the spikeshooter
  47.         fires once, and sets off the boxes, looks and sounds better.
  48.         You can stick non-functional chunks in the exploding wall's outer
  49.         frame so that jagged bits stick inward. This is highly recommended
  50.         and will eliminate the need for fiddling with lip settings for the
  51.         chunks.
  52.  
  53.         Finally, the next version of this door (I keep thinking of it as a
  54.         door for some reason) will have debris (probably matching the hole)
  55.         strewn about after detonation. The chunk-edge textures will be
  56.         applied - this is a pain. The adjoining room is currently difficult
  57.         for a player to squeeze into. The chunks should be offset a bit to
  58.         suggest a crack, rather than a flawless wall (it wouldn't be noticed.)
  59.